home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / store.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1996-09-26  |  759 b   |  21 lines

  1. on exitFrame
  2.   global IQcursor
  3.   set the textFont of member "Name" to "Courier"
  4.   set the textFont of member "Address" to "Courier"
  5.   set the textFont of member "City" to "Courier"
  6.   set the textFont of member "State" to "Courier"
  7.   set the textFont of member "Zip" to "Courier"
  8.   set the textFont of member "Country" to "Courier"
  9.   set the textFont of member "Phone" to "Courier"
  10.   set the textFont of member "Fax" to "Courier"
  11.   set the textFont of member "Birthday" to "Courier"
  12.   set the textFont of member "Card Number" to "Courier"
  13.   set the textFont of member "Expires" to "Courier"
  14.   repeat with i = 6 to 14
  15.     set the cursor of sprite i to IQcursor
  16.   end repeat
  17.   repeat with i = 20 to 28
  18.     set the cursor of sprite i to IQcursor
  19.   end repeat
  20. end
  21.